Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
admin-menu-editor
/
js
/
/home/ariannadhf/www/wp-content/plugins/admin-menu-editor/js/menu-editor.d.ts
declare namespace AmeEditorApi { const configDataAdapter: { getPath<D>(path: string | string[], defaultValue?: D): D | null | any; setPath(path: string | string[], value: any): void; mapSettingIdToPath(settingId: string): string | string[] | null; getKnownPrefixes(): string[]; getSettingValue<D>(settingId: string, defaultValue?: D): D | null | any; }; function updateItemEditor(containerNode: JQuery): void; function forEachMenuItem( callback: (menuItem: Record<string, any>, $containerNode: JQuery) => boolean | void, skipSeparators?: boolean ): void; function getFieldValue(entry: object, fieldName: string, defaultValue: any, containerNode: JQuery): any; function formatMenuTitle(title: string): string; }